.header_box {
  height: 110px;
  background: #fff;
}
.header_box .head_left .logo_box > img {
  max-width: 172px;
}
.header_box .head_left .daima {
  font-size: 16px;
  color: #a0a0a0;
  padding-left: 35px;
  border-left: solid 1px;
  margin-left: 35px;
  margin-bottom: 13px;
}
.header_box .head_right .search_box {
  padding: 4px;
  width: 220px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.header_box .head_right .search_box input {
  width: 160px;
  margin-left: 12px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: none;
}
.header_box .head_right .search_box button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: url(../imgs/search.png) no-repeat center center;
  background-color: #0059ab;
  cursor: pointer;
}
.header_box .head_right .switch_change {
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #666;
}
.header_box .head_right .login_bnt {
  margin-left: 20px;
}
.header_box .head_right .login_bnt .login_txt {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.header_box .head_right .login_bnt .login_headtoken {
  display: none;
  position: relative;
}
.header_box .head_right .login_bnt .login_headtoken .icon_box i {
  cursor: pointer;
  font-size: 18px;
  color: #666;
  margin-left: 5px;
}
.header_box .head_right .login_bnt .login_headtoken .headtoken_alert {
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 106%;
  width: 120px;
  left: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  z-index: 110;
}
.header_box .head_right .login_bnt .login_headtoken .headtoken_alert .alert_item:hover {
  background: #0059ab;
  color: #fff;
}
.header_box .head_right .login_bnt .login_headtoken .headtoken_alert .alert_item {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.loading_box {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.loading_box .mask_icon {
  width: 100%;
  height: 100%;
}
.loading_box .mask_icon i {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}
.loading_box .mask_icon .txt {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.ask_about {
  width: 100%;
  position: fixed;
  z-index: 200;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.ask_about .ask_mask {
  width: 100%;
  height: 100%;
}
.ask_about .ask_mask .ask_content {
  background: #fff;
  width: 400px;
  border-radius: 10px;
}
.ask_about .ask_mask .ask_content .ask_head {
  width: 100%;
  padding: 10px 20px;
  border-bottom: solid 1px #efefef;
}
.ask_about .ask_mask .ask_content .ask_head h3 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 550;
}
.ask_about .ask_mask .ask_content .ask_head .icon:hover i {
  color: red;
}
.ask_about .ask_mask .ask_content .ask_head .icon {
  cursor: pointer;
}
.ask_about .ask_mask .ask_content .ask_head .icon i {
  font-size: 18px;
  color: #666666;
}
.ask_about .ask_mask .ask_content .ask_body {
  font-size: 16px;
  color: #666;
  width: 100%;
  padding: 20px;
  min-height: 100px;
}
.ask_about .ask_mask .ask_content .ask_bottom {
  width: 100%;
  padding: 20px;
}
@keyframes rotericon {
  100% {
    transform: rotate(360deg);
  }
}
.cp_videobox {
  width: 510px;
  height: 320px;
  padding: 20px;
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 50%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.productpage {
  padding: 30px 0;
  background: #F5F6FA;
}
.productBox {
  margin-left: 8px;
  width: 972px;
}
.search_areas .search_tit {
  font-size: 14px;
  color: #3e3e3e;
  vertical-align: top;
  white-space: nowrap;
  min-width: 60px;
  text-align: left;
  margin: 0 6px;
  display: block;
}
.product_sreen {
  width: 100%;
  background: #Fff;
}
.product_sreen .el-collapse {
  border: none !important;
  width: 100%;
}
.product_sreen .el-collapse-item__header,
.product_sreen .el-collapse-item__wrap {
  border: none !important;
}
.product_sreen .Search_Interval .lines {
  width: 15px;
  height: 1px;
  margin-right: 6px;
  background: #b9b9b9;
}
.product_sreen .sinputs {
  margin-right: 5px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.product_sreen .sinputs input {
  display: block;
  height: 100%;
  padding: 0 12px;
  width: 190px;
  font-size: 13px;
  color: #333;
  box-sizing: border-box !important;
}
.product_sreen .sinputs input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.product_sreen .sreen_head {
  width: 100%;
  min-height: 66px;
  padding: 10px 30px;
}
.product_sreen .sreen_head h3 {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 550;
  color: #333333;
  margin-top: 5px;
  margin-right: 40px;
}
.product_sreen .sreen_head .shead_right {
  padding-left: 35px;
}
.product_sreen .sreen_head .shead_right .searchBtnc {
  min-width: 61px;
  width: 61px;
  height: 36px;
  border-radius: 4px;
  background: #3860f4;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: 4px;
}
.product_sreen .sreen_content {
  width: 100%;
  padding: 20px 30px 20px 26px;
  border-bottom: solid 1px #e8e8e8;
  border-top: solid 1px #e8e8e8;
}
.product_sreen .sreen_content .ctit {
  font-size: 16px;
  font-weight: 550;
  color: #333333;
}
.product_sreen .sreen_content .sreen_lines:last-of-type {
  margin-bottom: 0;
}
.product_sreen .sreen_content .sreen_lines {
  margin-bottom: 16px;
}
.product_sreen .sreen_content .sreen_lines .title {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 6px;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .sreen_item:hover {
  color: #3860f4;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .sreen_item {
  min-width: 49px;
  padding: 0 10px;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  min-height: 28px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .sreen_item.isActive {
  color: #fff;
  background: #3860f4;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .radio_icon {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 6px;
  border: solid 1px #d5d5d5;
  background: #fff;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .radio_icon.isActive {
  border: solid 5px #3860f4;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .check_icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: solid 1px #d5d5d5;
  margin-right: 6px;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .check_icon i {
  color: #fff;
  font-size: 12px;
}
.product_sreen .sreen_content .sreen_lines .sreen_lists .check_icon.isActive {
  background: #3860f4;
  border-color: #3860f4;
}
.product_sreen .sreen_bottom {
  width: 100%;
  position: relative;
  padding-right: 80px;
  padding: 16px 30px 16px 26px;
}
.product_sreen .sreen_bottom .already_tit {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-right: 16px;
  white-space: nowrap;
}
.product_sreen .sreen_bottom .already_list .already_val {
  min-width: 70px;
  height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  background: #f5f8ff;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.product_sreen .sreen_bottom .already_list .already_val span {
  font-size: 13px;
  font-weight: 400;
  color: #262626;
  text-align: left;
}
.product_sreen .sreen_bottom .already_list .already_val .del_icon:hover i {
  color: red;
}
.product_sreen .sreen_bottom .already_list .already_val .del_icon i {
  color: #828282;
  font-size: 14px;
}
.product_sreen .sreen_bottom .already_clear {
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #3860f4;
}
.upbox {
  padding: 10px 0;
}
.upbox .upname {
  font-size: 14px;
  color: #666;
}
.upbox .upbtn {
  background: #3860f4;
  color: #fff;
  padding: 5px 10px;
  margin-left: 15px;
  cursor: pointer;
  border-radius: 3px;
}
.product_table {
  background: #fff;
  margin-top: 8px;
  padding: 22px 26px;
}
.product_table .table_head {
  display: none;
  width: 100%;
  margin-bottom: 13px;
}
.product_table .table_head .head_btn.style1 {
  background: #3860f4;
}
.product_table .table_head .head_btn.style2 {
  background: #67c23a;
}
.product_table .table_head .head_btn {
  min-width: 65px;
  height: 32px;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}
.product_table .table_head .head_btn i {
  color: #fff;
  font-size: 16px;
  margin-right: 2px;
}
.product_table .table_head .head_btn span {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}
.product_table .table_area {
  width: 100%;
}
.product_table .table_area .cp_img {
  width: 64px;
  height: 48px;
}
.product_table .table_area .cp_img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.product_table .table_area .operate .operate_btn:last-of-type {
  margin-right: 0;
}
.product_table .table_area .operate .operate_btn {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #3860f4;
  white-space: nowrap;
}
.product_table .table_bottom {
  width: 100%;
  margin-top: 20px;
  /* 当前页样式 */
  /* 上一页 下一页 */
  /* 按钮主题样式 */
}
.product_table .table_bottom .pagnation .current {
  color: #fff !important;
  background-color: #3860f4;
}
.product_table .table_bottom .pagnation .current.prev,
.product_table .table_bottom .pagnation .current.next {
  color: #3e3e3e !important;
  background: #f6f8fb;
}
.product_table .table_bottom .pagnation a,
.product_table .table_bottom .pagnation span {
  height: 32px;
  padding: 0 12px;
  background: #f6f8fb;
  border-radius: 3px;
  margin-right: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e !important;
  min-width: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.popup_area {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup_area .popup_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup_area .pop_head {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border-bottom: solid 1px #f0f0f0;
}
.popup_area .pop_head .pop_tit {
  font-size: 18px;
  font-weight: 550;
  color: #161616;
  text-align: left;
}
.popup_area .pop_head .close {
  cursor: pointer;
}
.popup_area .pop_head .close i {
  color: #979aa0;
  font-size: 16px;
}
.popup_area .pop_head .close:hover i {
  color: red;
}
.popup_area .add_popbox {
  min-width: 690px;
  min-height: 300px;
  overflow: hidden;
  border-radius: 7px;
  background: #ffffff;
}
.popup_area .add_popbox .add_prod_container {
  padding: 20px;
  max-height: 50vh;
  overflow: auto;
}
.popup_area .add_popbox .addcontainer_bot {
  width: 100%;
  padding: 20px 34px;
}
.add_prod_line:last-of-type {
  margin-bottom: 0;
}
.add_prod_line {
  margin-bottom: 21px;
}
.add_prod_line .el-upload--picture-card,
.add_prod_line .el-upload-list--picture-card .el-upload-list__item,
.add_prod_line .imgvibox,
.add_prod_line .imgvibox > img,
.add_prod_line .el-upload-list__item-actions,
.add_prod_line .el-upload {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.add_prod_line .el-upload--picture-card i,
.add_prod_line .el-upload-list--picture-card .el-upload-list__item i,
.add_prod_line .imgvibox i,
.add_prod_line .imgvibox > img i,
.add_prod_line .el-upload-list__item-actions i,
.add_prod_line .el-upload i {
  font-size: 20px;
}
.add_prod_line .el-select {
  width: 318px;
  height: 32px;
  line-height: 32px;
}
.add_prod_line .el-select .el-input {
  width: 318px;
  height: 32px;
  line-height: 32px;
}
.add_prod_line .el-select .el-input input {
  width: 318px;
  height: 32px;
  line-height: 32px;
}
.add_prod_line .el-select .el-input__icon {
  line-height: 32px;
}
.add_prod_line .tit {
  min-width: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  white-space: nowrap;
  margin-right: 10px;
}
.add_prod_line .tit.str::before {
  content: '*';
  color: red;
  margin-top: -10px;
}
.add_prod_line .inputadd_box .el-input {
  width: 318px;
  height: 32px;
}
.add_prod_line .inputadd_box .el-input input {
  width: 318px;
  height: 32px;
  line-height: 32px;
}
.bot_btn {
  cursor: pointer;
  margin-left: 10px;
  width: 56px;
  height: 32px;
  border-radius: 3px;
  background: #3860f4;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.bot_btn.style2 {
  border: solid 1px #e8e8e8;
  background: none;
  color: #606266;
}
.disnone {
  display: none !important;
}
.detail_box {
  width: 100%;
  background: #fff;
  padding: 35px 40px;
  margin-bottom: 8px;
}
.detail_head {
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  border-bottom: solid 1px #e1e1e1;
}
.detail_head .tit {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.detail_head::after {
  content: '';
  display: block;
  position: absolute;
  width: 116px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #255aa8;
}
.scrollboxs::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.scrollboxs::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}
.scrollboxs::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.detail_area1 .a1_left {
  width: 554px;
}
.detail_area1 .a1_left h1 {
  display: block;
  font-size: 20px;
  font-weight: 550;
  color: #333333;
  margin-bottom: 15px;
}
.detail_area1 .a1_left .de_txt {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 165px;
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
}
.detail_area1 .a1_right {
  width: 280px;
  height: 210px;
  border: 1px solid #e1e1e1;
}
.detail_area1 .a1_right > img {
  width: 100%;
  height: 100%;
}
.prod_details {
  margin-left: 8px;
  width: 972px;
}
.prod_details .parameter_area .parameter_block {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
}
.prod_details .parameter_area .parameter_block:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.prod_details .parameter_block .par_tit {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  min-width: 130px;
}
.prod_details .parameter_block .param_box .param_item {
  margin-bottom: 14px;
}
.prod_details .parameter_block .param_box .param_item .item_tit {
  min-width: 110px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.prod_details .parameter_block .param_box .param_item .item_val {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.login_page {
  width: 100%;
  height: 100vh;
  background-image: url(../img/loginbg.jpg);
  background-size: cover;
  background-position: center;
}
.login_page .login_inner {
  position: relative;
  width: 6.25rem;
  margin: 0 auto;
  height: 100%;
}
.login_page .login_inner .returnhome:hover {
  color: #3860f4;
}
.login_page .login_inner .returnhome {
  position: absolute;
  right: 0;
  top: 0.1563rem;
  cursor: pointer;
  color: #333;
}
.login_page .login_inner .returnhome span {
  font-size: 0.0833rem;
  color: inherit;
}
.login_page .login_inner .returnhome i {
  margin-left: 0.0313rem;
  font-size: 0.1042rem;
  color: inherit;
}
.login_page .login_inner .thelogo {
  max-height: 0.5208rem;
}
.login_page .login_inner .thelogo img {
  max-width: 1.3698rem;
}
.login_page .login_inner .login_box {
  width: 3.125rem;
  height: 3.6458rem;
  border-radius: 0.0417rem;
  background: #ffffff;
  padding: 0.3125rem 0.3802rem 0 0.3802rem;
  position: relative;
}
.login_page .login_inner .login_box .login_tit {
  font-size: 0.1146rem;
  font-weight: 550;
  color: #333333;
  position: relative;
  margin-bottom: 0.2813rem;
}
.login_page .login_inner .login_box .login_tit::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.0729rem;
  width: 0.1719rem;
  height: 0.0208rem;
  background: #3860f4;
}
.login_page .login_inner .login_box .login_form {
  width: 100%;
}
.login_page .login_inner .login_box .login_form .form_tit {
  margin-bottom: 0.125rem;
  font-size: 0.0938rem;
  font-weight: 400;
  color: #262626;
}
.login_page .login_inner .login_box .login_form .form_input {
  width: 100%;
  height: 0.2917rem;
  border-radius: 0.0156rem;
  background: #f5f6fa;
  margin-bottom: 0.099rem;
  position: relative;
}
.login_page .login_inner .login_box .login_form .form_input .icon {
  position: absolute;
  height: 100%;
  width: 0.2188rem;
  top: 0;
  left: 0;
}
.login_page .login_inner .login_box .login_form .form_input .icon i {
  color: #c4c4c4;
  font-size: 0.0938rem;
}
.login_page .login_inner .login_box .login_form .form_input input:focus {
  border: solid 0.0052rem #3860f4;
  background: #fff;
}
.login_page .login_inner .login_box .login_form .form_input input {
  border-radius: 0.0156rem;
  width: 100%;
  padding-left: 0.2188rem;
  font-size: 0.0729rem;
  font-weight: 400;
  color: #333;
  height: 100%;
}
.login_page .login_inner .login_box .login_form .form_input input::placeholder {
  font-size: 0.0729rem;
  font-weight: 400;
  color: #999999;
}
.login_page .login_inner .login_box .login_form .baochi .check_box.isActive {
  background: #3860f4;
  border: none;
}
.login_page .login_inner .login_box .login_form .baochi .check_box {
  width: 0.0938rem;
  height: 0.0938rem;
  border-radius: 0.0104rem;
  border: 0.0052rem solid #b6c1d8;
  margin-right: 0.0417rem;
  cursor: pointer;
}
.login_page .login_inner .login_box .login_form .baochi .check_box i {
  font-size: 0.0729rem;
  color: #fff;
}
.login_page .login_inner .login_box .login_form .baochi span {
  cursor: pointer;
  font-size: 0.0729rem;
  font-weight: 400;
  color: #666666;
}
.login_page .login_inner .login_box .login_form .form_btn {
  margin-top: 0.2344rem;
  width: 100%;
  height: 0.276rem;
  border-radius: 0.0208rem;
  background: #3860f4;
  font-size: 0.0833rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.login_page .login_inner .login_box .login_txt {
  position: absolute;
  bottom: 0.1823rem;
  left: 0;
  width: 100%;
}
.login_page .login_inner .login_box .login_txt span {
  display: block;
  margin: 0 0.0677rem;
  font-size: 0.0729rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.login_page .login_inner .login_box .login_txt::before,
.login_page .login_inner .login_box .login_txt::after {
  content: '';
  display: block;
  width: 0.401rem;
  height: 0.0052rem;
  background: #e5e5e5;
}
.user_page {
  width: 100%;
  min-height: calc(100vh - 110px);
  background: #f5f6fa;
}
.user_page .user_left {
  min-height: calc(100vh - 110px);
  width: 200px;
  background: #fff;
}
.user_page .user_left .unav_item.isActive::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #3860f4;
  width: 5px;
  height: 100%;
}
.user_page .user_left .unav_item.isActive {
  background: #f1f4ff;
}
.user_page .user_left .unav_item.isActive span {
  color: #3860f4;
}
.user_page .user_left .unav_item.isActive .icon i {
  color: #3860f4;
}
.user_page .user_left .unav_item {
  height: 63px;
  width: 100%;
  padding-left: 25px;
  position: relative;
}
.user_page .user_left .unav_item .icon {
  margin-right: 10px;
}
.user_page .user_left .unav_item .icon i {
  font-size: 18px;
  color: #373737;
}
.user_page .user_left .unav_item span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  text-align: center;
}
.user_page .user_content {
  padding: 0 13px;
  position: relative;
}
.user_page .user_content .user_title {
  height: 65px;
  width: 100%;
}
.user_page .user_content .user_title .utit {
  font-size: 18px;
  font-weight: 550;
  color: #333333;
  text-align: left;
}
.user_page .user_content .user_title .utit::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 3px;
  height: 16px;
  background: #3860f4;
}
.user_page .user_content .user_template {
  background: #Fff;
  padding: 30px 47px;
}
.user_page .user_content .userinfo_form .userinfo_line {
  margin-bottom: 21px;
}
.user_page .user_content .userinfo_form .userinfo_line .in_tit {
  min-width: 88px;
  /** 文本2 */
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
.user_page .user_content .userinfo_form .userinfo_line .in_tit.str::before {
  color: #e33c64;
  content: '*';
  display: inline-block;
  font-size: 18px;
}
.user_page .user_content .userinfo_form .userinfo_line .userinfo_input {
  width: 430px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
}
.user_page .user_content .userinfo_form .userinfo_line .userinfo_input input.disabled {
  background: #f5f6fa;
  border: none;
}
.user_page .user_content .userinfo_form .userinfo_line .userinfo_input input {
  width: 100%;
  height: 100%;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.user_page .user_content .userinfo_form .userinfo_line .userinfo_input input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.user_page .user_content .conetent_bot {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  height: 60px;
}
